runtime.memRecordCycle.allocs (field)

7 uses

	runtime (current package)
		mprof.go#L149: 	allocs, frees           uintptr
		mprof.go#L155: 	a.allocs += b.allocs
		mprof.go#L455: 	mpc.allocs++
		mprof.go#L1028: 		if mp.active.allocs != 0 || mp.active.frees != 0 {
		mprof.go#L1059: 					AllocObjects: int64(mp.active.allocs),
		mprof.go#L1102: 		fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)